home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disney Interactive Software Sampler 1998 to 1999
/
DISNEY99.ISO
/
Install
/
data1.cab
/
Program_Executable_Files
/
Play Disney 1999 Sampler.exe
/
Play Disney 1999 Sampler.dxr
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-11-18
|
132 b
|
10 lines
global myCD, gFoundOne
on exitFrame
if myCD = VOID then
go("No CD-ROM")
else
go(1, myCD & "\MEDIA\First")
end if
end